home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / Printer Drivers / LW 8 v1.0.1 / LaserWriter 8.0 Disk 2 / Printing Tools / Printer Descriptions / LaserWriter Plus v38.0 < prev    next >
Encoding:
PostScript Printer Description  |  1993-04-30  |  10.8 KB  |  321 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *FormatVersion: "4.0"
  3. *FileVersion: "3.6"
  4. *PCFileName: "APPLE380.PPD"
  5. *LanguageVersion: English
  6. *Product: "(LaserWriter Plus)"
  7. *PSVersion: "(38.0) 2"
  8. *ModelName: "Apple LaserWriter Plus"
  9. *NickName: "Apple LaserWriter Plus v38.0"
  10.  
  11. *% General Information and Defaults ===============
  12. *ColorDevice: False
  13. *DefaultColorSpace: Gray
  14. *FreeVM: "172872"
  15. *LanguageLevel: "1"
  16. *VariablePaperSize: False
  17. *FileSystem: False
  18. *Throughput: "8"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup    % potential password
  25.     statusdict /checkpassword get exec not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict /exitserver get exec
  34. "
  35. *End
  36.  
  37. *Reset: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot reset printer.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *DefaultResolution: 300dpi
  57. *?Resolution: "
  58. save
  59.   initgraphics
  60.   0 0 moveto currentpoint matrix defaultmatrix transform
  61.   0 72 lineto currentpoint matrix defaultmatrix transform
  62.   3 -1 roll sub dup mul
  63.   3 1 roll exch sub dup mul
  64.   add sqrt round cvi
  65.   (          ) cvs print (dpi) = flush
  66. restore
  67. "
  68. *End
  69.  
  70. *% Halftone Information ===============
  71. *ScreenFreq: "60.0"
  72. *ScreenAngle: "45.0"
  73. *DefaultScreenProc: Dot
  74. *ScreenProc Dot: "
  75. {dup mul exch dup mul add 1.0 exch sub }
  76. "
  77. *End
  78. *ScreenProc Line: "{ pop }"
  79. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  80.  
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{ }"
  83. *Transfer Null.Inverse: "{ 1 exch sub }"
  84.  
  85. *% Paper Handling ===================
  86. *% Use these entries to set paper size most of the time, unless there is
  87. *% specific reason to use PageRegion.
  88. *OpenUI *PageSize: PickOne
  89. *OrderDependency: 30 AnySetup *PageSize
  90. *DefaultPageSize: Letter
  91. *PageSize Letter/US Letter: "letter"
  92. *PageSize Legal/US Legal: "legal"
  93. *PageSize A4: "a4"
  94. *PageSize B5: "b5"
  95. *PageSize LetterSmall/US Letter: "lettersmall"
  96. *PageSize A4Small: "a4small"
  97. *PageSize LegalSmall/US Legal: "legal"
  98. *PageSize Monarch/Monarch Envelope Edge Fed: "letter"
  99. *PageSize Com10/Com10 Envelope Edge Fed: "letter"
  100. *CloseUI: *PageSize
  101.  
  102. *% These entries will set up the frame buffer. Usually used with manual feed.
  103. *OpenUI *PageRegion: PickOne
  104. *OrderDependency: 40 AnySetup *PageRegion
  105. *DefaultPageRegion: Letter
  106. *PageRegion Letter/US Letter: "letter"
  107. *PageRegion Legal/US Legal: "legal"
  108. *PageRegion A4: "a4"
  109. *PageRegion B5: "b5"
  110. *PageRegion LetterSmall/US Letter: "lettersmall"
  111. *PageRegion A4Small: "a4small"
  112. *PageRegion LegalSmall/US Legal: "legal"
  113. *PageRegion Monarch/Monarch Envelope Edge Fed: "letter"
  114. *PageRegion Com10/Com10 Envelope Edge Fed: "letter"
  115. *CloseUI: *PageRegion
  116.  
  117. *% The following entries provide information about specific paper keywords.
  118. *DefaultImageableArea: Letter
  119. *ImageableArea Letter/US Letter: "18 7.92 593.76 784.32 "
  120. *ImageableArea Legal/US Legal: "64.08 42 547.68 966.24 "
  121. *ImageableArea A4: "17.28 22.08 577.68 819.84 "
  122. *ImageableArea B5: "2.64 3.12 497.76 705.6 "
  123. *ImageableArea LetterSmall/US Letter: "31 31 583 761 "
  124. *ImageableArea A4Small/A4: "29 31 567 812 "
  125. *ImageableArea LegalSmall/US Legal: "64.08 42 547.68 966.24 "
  126. *ImageableArea Monarch/Monarch Envelope Edge Fed: "338 269 593 773 "
  127. *ImageableArea Com10/Com10 Envelope Edge Fed: "320 125 593 773 "
  128. *?ImageableArea: "
  129. save
  130.   /cvp {(                ) cvs print ( ) print } bind def
  131.   /upperright {10000 mul floor 10000 div} bind def
  132.   /lowerleft {10000 mul ceiling 10000 div} bind def
  133.   newpath clippath pathbbox
  134.   4 -2 roll exch 2 {lowerleft cvp} repeat
  135.   exch 2 {upperright cvp} repeat flush
  136. restore
  137. "
  138. *End
  139.  
  140. *% These provide the physical dimensions of the paper (by keyword)
  141. *DefaultPaperDimension: Letter
  142. *PaperDimension Letter/US Letter: "612 792"
  143. *PaperDimension Legal/US Legal: "612 1008"
  144. *PaperDimension A4: "595 842"
  145. *PaperDimension B5: "516 729"
  146. *PaperDimension LetterSmall/US Letter: "612 792"
  147. *PaperDimension A4Small: "595 842"
  148. *PaperDimension LegalSmall/US Legal: "612 1008"
  149. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  150. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  151.  
  152. *RequiresPageRegion All: True
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Cassette
  156. *InputSlot Cassette: ""
  157. *CloseUI: *InputSlot
  158.  
  159. *OpenUI *ManualFeed/Manual Feed: Boolean
  160. *OrderDependency: 20 AnySetup *ManualFeed
  161. *DefaultManualFeed: False
  162. *ManualFeed True: "statusdict /manualfeed true put"
  163. *ManualFeed False: "statusdict /manualfeed false put"
  164. *?ManualFeed: "
  165. save
  166.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  167. restore
  168. "
  169. *End
  170. *CloseUI: *ManualFeed
  171.  
  172. *DefaultOutputOrder: Reverse
  173.  
  174. *% Font Information =====================
  175. *DefaultFont: Courier
  176. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  177. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  178. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  179. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  180. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  181. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  182. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  183. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  184. *Font Courier: Standard "(001.000)" Standard ROM
  185. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  186. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  187. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  188. *Font Helvetica: Standard "(001.000)" Standard ROM
  189. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  190. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  191. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  192. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  193. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  194. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  195. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  196. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  197. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  198. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  199. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  200. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  201. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  202. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  203. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  204. *Font Symbol: Special "(001.001)" Special ROM
  205. *Font Times-Bold: Standard "(001.000)" Standard ROM
  206. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  207. *Font Times-Italic: Standard "(001.000)" Standard ROM
  208. *Font Times-Roman: Standard "(001.000)" Standard ROM
  209. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  210. *Font ZapfDingbats: Special "(001.000)" Special ROM
  211. *?FontQuery: "
  212. save
  213.  /str 100 string dup 0 (fonts/) putinterval def
  214.  {
  215.    count 1 gt
  216.    {
  217.      exch dup str 6 94 getinterval cvs
  218.      (/) print print (:) print
  219.      FontDirectory exch known
  220.      {(Yes)}{(No)} ifelse =
  221.    }
  222.    {exit} ifelse
  223.  }bind loop
  224.  (*) = flush
  225. restore
  226. "
  227. *End
  228.  
  229. *?FontList: "
  230. save
  231.   FontDirectory { pop == } bind forall flush (*) = flush
  232. restore
  233. "
  234. *End
  235.  
  236. *% Printer Messages (verbatim from printer):
  237. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  238. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  239. *Message: "\FontName\ not found, using Courier"
  240.  
  241. *% Status (format: %%[ status: <one of these> %%] )
  242. *Status: "idle"
  243. *Status: "busy"
  244. *Status: "waiting"
  245. *Status: "printing"
  246. *Status: "PrinterError: timeout, clearing printer"
  247. *Status: "PrinterError: paper entry misfeed"
  248. *Status: "PrinterError: warming up"
  249. *Status: "PrinterError: service call"
  250. *Status: "PrinterError: no toner cartridge"
  251. *Status: "PrinterError: no paper tray"
  252. *Status: "PrinterError: cover open"
  253. *Status: "PrinterError: resetting printer"
  254. *Status: "PrinterError: out of paper"
  255. *Status: "PrinterError: timeout"
  256. *Status: "PrinterError: manual feed timeout"
  257.  
  258. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  259. *Source: "serial9"
  260. *Source: "serial25"
  261. *Source: "AppleTalk"
  262.  
  263. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  264. *PrinterError: "timeout, clearing printer"
  265. *PrinterError: "paper entry misfeed"
  266. *PrinterError: "warming up"
  267. *PrinterError: "service call"
  268. *PrinterError: "no toner cartridge"
  269. *PrinterError: "no paper tray"
  270. *PrinterError: "cover open"
  271. *PrinterError: "resetting printer"
  272. *PrinterError: "out of paper"
  273. *PrinterError: "timeout"
  274. *PrinterError: "manual feed timeout"
  275.  
  276. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  277.  
  278. *% Color Separation Information =====================
  279.  
  280. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  281.  
  282. *InkName: ProcessBlack/Process Black
  283. *InkName: CustomColor/Custom Color
  284. *InkName: ProcessCyan/Process Cyan
  285. *InkName: ProcessMagenta/Process Magenta
  286. *InkName: ProcessYellow/Process Yellow
  287.  
  288. *% For 60 lpi / 300 dpi =====================================================
  289.  
  290. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  291. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  292. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  293. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  294. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  295.  
  296. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  297. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  300. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301.  
  302. *% For 53 lpi / 300 dpi =====================================================
  303.  
  304. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  305. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  306. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  307. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  308. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  309.  
  310. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  311. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  312. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  313. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  314. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  315.  
  316. *% For "LaserWriter Plus" version 38.0
  317. *% Produced by "GETapd.ps" version 2.0 edit 44
  318. *% Converted to meet 4.0 specification
  319. *% Last Edit Date: Apr 14 1993
  320. *% end of PPD file for LaserWriter Plus
  321.